From: Eli Zaretskii Date: Fri, 31 Dec 2010 13:12:11 +0000 (+0200) Subject: nt/configure.bat (end): Unset environment variables used by this batch file. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18^2~173 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d30d3162d5a73066a818b014fe48e0e9674310de;p=emacs.git nt/configure.bat (end): Unset environment variables used by this batch file. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 9016cf8844a..1d96b7011a8 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,5 +1,8 @@ 2010-12-31 Eli Zaretskii + * configure.bat (end): Unset environment variables used by this + batch file. + * INSTALL: Update the information about PNG support libraries. (Bug#7716) diff --git a/nt/configure.bat b/nt/configure.bat index 7317416442b..074949a23d3 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -670,6 +670,19 @@ set userldflags= set doldflags= set mingwflag= set mf= +set pngsupport= +set jpegsupport= +set gifsupport= +set tiffsupport= +set xpmsupport= +set svgsupport= +set libsOK= +set HAVE_GIF= +set HAVE_JPEG= +set HAVE_PNG= +set HAVE_TIFF= +set HAVE_XPM= +set dbginfo= goto skipArchTag arch-tag: 300d20a4-1675-4e75-b615-7ce1a8c5376c